home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dcbb0193.zip / CONV.BAT < prev    next >
DOS Batch File  |  1990-10-07  |  398b  |  11 lines

  1. echo off
  2. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. echo Your old dialing directory may be renamed by FONDIR.  It will not be deleted.
  4. if exist list.dir del list.dir
  5. if exist list.txt del list.txt
  6. copy va.dir+md.dir+dc.dir list.txt
  7. copy conv.dat+list.txt list.dir
  8. if exist list.txt del list.txt
  9. fondir list.dir /o:%1
  10. if exist list.dir del list.dir
  11.